window: don't add the background style class when drawing CSD elements
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 21 Mar 2013 12:47:06 +0000 (08:47 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 21 Mar 2013 20:32:00 +0000 (16:32 -0400)
commit8fd9575ab6303a3666b3263659c13e25a9c553e1
tree9623d88b97efa983b70ab1cfe34be0af363854ed
parent4bcaadac512ede175b6b2063b6b40762c236b613
window: don't add the background style class when drawing CSD elements

We already set it in init, so this is just redundant.
The additional window-content style class here is needed so that we can
distinguish between the full X window background and the background for
the actual window contents.
gtk/gtkwindow.c